home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 382 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.iadfw.net!usenet
  2. From: billymc@airmail.net (Billy McDaniel)
  3. Newsgroups: comp.lang.c++,comp.lang.pascal.delphi.misc,comp.os.ms-windows.programmer.tools.misc
  4. Subject: Re: C++ with Zapp vs. Delphi
  5. Date: Thu, 04 Jan 1996 10:23:32 GMT
  6. Organization: customer of Internet America
  7. Message-ID: <4cg2s6$nhi@news-f.iadfw.net>
  8. References: <4cfor8$qno@picasso.op.net>
  9. NNTP-Posting-Host: dal06-11.ppp.iadfw.net
  10. X-Newsreader: Forte Agent .99c/32.126
  11.  
  12. root@candle.pha.pa.us (Bruce Momjian) wrote:
  13.  
  14. >I have read many postings comparing C++ to Delphi, but this seems like
  15. >an unfair comparison.
  16. >
  17. >Delphi has so many useful classes that even with C++ and OWL or MFC,
  18. >programming in Delphi is far easier and quicker.
  19. >
  20. >What I am considering is Zapp with C++.  It has a screen painter (Zapp
  21. >Factory), and a full-featured class library.
  22. >
  23. >To me, it looks like you can use Zapp and write your code in C++, or use
  24. >Delphi and write in Pascal.
  25. >
  26. >Pascal is simpler, but C++ is more powerful/flexible.
  27. >
  28. >Is this a fair comparison?
  29.  
  30. Certainly.  However, there are other factors to consider.  
  31.  
  32. What happens when one or the other of these two companies update their
  33. respective product?  Will it still be compatible with the other
  34. company's product?  Maybe.  Maybe not.  You can quickly get into a
  35. very expensive upgrade juggling match.  I've seen it happen quite
  36. often.
  37.  
  38. If you have a problem with either product who do you ask for a fix?
  39. Most likely both companies will point fingers to the other since they
  40. know it couldn't possibly be THEIR product that was at fault.  Once
  41. again, I've seen it happen.
  42.  
  43. And then there is just the general hassle of having to use two
  44. seperate products when Delphi is one cohesive whole.
  45.  
  46. And what does C++ offer you that warrants the possibility of getting
  47. into one of the above scenarios?
  48.  
  49.  
  50.